home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TPREFFORM / TPREFFORM.txt
Text File  |  2007-06-06  |  33KB  |  1,123 lines

  1. object PrefForm: TPrefForm
  2.   Left = 379
  3.   Top = 314
  4.   BorderStyle = bsDialog
  5.   Caption = 'Prefences'
  6.   ClientHeight = 346
  7.   ClientWidth = 442
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 378
  10.   Constraints.MinWidth = 448
  11.   ParentFont = True
  12.   KeyPreview = True
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 302
  23.     Width = 442
  24.     Height = 3
  25.     Align = alBottom
  26.     Shape = bsBottomLine
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 305
  31.     Width = 442
  32.     Height = 41
  33.     Align = alBottom
  34.     BevelOuter = bvNone
  35.     TabOrder = 0
  36.     DesignSize = (
  37.       442
  38.       41)
  39.     object btOk: TElPopupButton
  40.       Left = 212
  41.       Top = 8
  42.       Width = 105
  43.       Height = 25
  44.       DrawDefaultFrame = False
  45.       Caption = 'OK'
  46.       TabOrder = 0
  47.       OnClick = btOkClick
  48.       Anchors = [akRight, akBottom]
  49.     end
  50.     object btCancel: TElPopupButton
  51.       Left = 324
  52.       Top = 8
  53.       Width = 105
  54.       Height = 25
  55.       DrawDefaultFrame = False
  56.       ModalResult = 2
  57.       Caption = 'Cancel'
  58.       TabOrder = 1
  59.       Anchors = [akRight, akBottom]
  60.     end
  61.     object btHelp: TElPopupButton
  62.       Left = 8
  63.       Top = 8
  64.       Width = 113
  65.       Height = 25
  66.       ImageIndex = 14
  67.       UseImageList = True
  68.       Images = TrayForm.ilMain
  69.       DrawDefaultFrame = False
  70.       Caption = 'Help'
  71.       TabOrder = 2
  72.       OnClick = btHelpClick
  73.       Anchors = [akLeft, akBottom]
  74.     end
  75.   end
  76.   object PC: TElPageControl
  77.     Left = 0
  78.     Top = 0
  79.     Width = 442
  80.     Height = 302
  81.     Style = etsNetTabs
  82.     TabIndex = 0
  83.     HotTrackFont.Charset = DEFAULT_CHARSET
  84.     HotTrackFont.Color = clBlue
  85.     HotTrackFont.Height = -11
  86.     HotTrackFont.Name = 'MS Sans Serif'
  87.     HotTrackFont.Style = []
  88.     ActivePage = pgStartUp
  89.     ActiveTabFont.Charset = DEFAULT_CHARSET
  90.     ActiveTabFont.Color = clWindowText
  91.     ActiveTabFont.Height = -11
  92.     ActiveTabFont.Name = 'MS Sans Serif'
  93.     ActiveTabFont.Style = []
  94.     Align = alClient
  95.     ParentColor = False
  96.     TabOrder = 1
  97.     UseXPThemes = False
  98.     DockOrientation = doNoOrient
  99.     object pgStartUp: TElTabSheet
  100.       PageControl = PC
  101.       Caption = 'Startup'
  102.       object lbOptions: TLabel
  103.         Left = 16
  104.         Top = 20
  105.         Width = 36
  106.         Height = 13
  107.         Caption = 'Options'
  108.       end
  109.       object chForAll: TElCheckBox
  110.         Left = 48
  111.         Top = 88
  112.         Width = 78
  113.         Height = 17
  114.         StyleManager = ElStyleManager1
  115.         Flat = True
  116.         Caption = 'For all users'
  117.         Enabled = False
  118.         TabOrder = 0
  119.       end
  120.       object rbManual: TElRadioButton
  121.         Left = 28
  122.         Top = 42
  123.         Width = 101
  124.         Height = 17
  125.         StyleManager = ElStyleManager1
  126.         Checked = True
  127.         Flat = True
  128.         Caption = 'Run only manual'
  129.         TabOrder = 1
  130.         OnClick = rbAutoRunClick
  131.         DoubleBuffered = False
  132.       end
  133.       object rbAutoRun: TElRadioButton
  134.         Left = 28
  135.         Top = 64
  136.         Width = 196
  137.         Height = 17
  138.         StyleManager = ElStyleManager1
  139.         Flat = True
  140.         Caption = 'Run at Windows startup / user logon'
  141.         TabStop = False
  142.         TabOrder = 2
  143.         OnClick = rbAutoRunClick
  144.         DoubleBuffered = False
  145.       end
  146.       object rbAsService: TElRadioButton
  147.         Left = 28
  148.         Top = 112
  149.         Width = 187
  150.         Height = 17
  151.         StyleManager = ElStyleManager1
  152.         Flat = True
  153.         Caption = 'Run as service at Windows startup'
  154.         TabStop = False
  155.         TabOrder = 3
  156.         OnClick = rbAutoRunClick
  157.         DoubleBuffered = False
  158.       end
  159.       object Panel5: TPanel
  160.         Left = 32
  161.         Top = 136
  162.         Width = 273
  163.         Height = 121
  164.         BevelOuter = bvNone
  165.         TabOrder = 4
  166.         Visible = False
  167.         DesignSize = (
  168.           273
  169.           121)
  170.         object lbUser: TLabel
  171.           Left = 18
  172.           Top = 54
  173.           Width = 51
  174.           Height = 13
  175.           Caption = 'User name'
  176.           Visible = False
  177.         end
  178.         object lbPass: TLabel
  179.           Left = 18
  180.           Top = 78
  181.           Width = 46
  182.           Height = 13
  183.           Caption = 'Password'
  184.           Visible = False
  185.         end
  186.         object lbDomain: TLabel
  187.           Left = 18
  188.           Top = 102
  189.           Width = 36
  190.           Height = 13
  191.           Caption = 'Domain'
  192.           Visible = False
  193.         end
  194.         object edUserPassword: TElEdit
  195.           Left = 105
  196.           Top = 75
  197.           Width = 145
  198.           Height = 21
  199.           Hint = 'Name'
  200.           StyleManager = ElStyleManager1
  201.           PasswordChar = '*'
  202.           Flat = True
  203.           LineBorderActiveColor = clBlack
  204.           LineBorderInactiveColor = clBlack
  205.           Anchors = [akLeft, akTop, akRight]
  206.           TabOrder = 3
  207.           Visible = False
  208.         end
  209.         object edUserDomain: TElEdit
  210.           Left = 105
  211.           Top = 99
  212.           Width = 145
  213.           Height = 21
  214.           Hint = 'Name'
  215.           StyleManager = ElStyleManager1
  216.           Flat = True
  217.           LineBorderActiveColor = clBlack
  218.           LineBorderInactiveColor = clBlack
  219.           Anchors = [akLeft, akTop, akRight]
  220.           TabOrder = 4
  221.           Visible = False
  222.           OnExit = edUserDomainExit
  223.         end
  224.         object chUsers: TElComboBox
  225.           Left = 105
  226.           Top = 51
  227.           Width = 145
  228.           Height = 21
  229.           Cursor = crIBeam
  230.           StyleManager = ElStyleManager1
  231.           ItemHeight = 13
  232.           Flat = True
  233.           LineBorderActiveColor = clBlack
  234.           LineBorderInactiveColor = clBlack
  235.           TabOrder = 2
  236.           ParentColor = False
  237.           Visible = False
  238.           Anchors = [akLeft, akTop, akRight]
  239.         end
  240.         object rbUser: TElRadioButton
  241.           Left = 17
  242.           Top = 25
  243.           Width = 110
  244.           Height = 17
  245.           StyleManager = ElStyleManager1
  246.           Flat = True
  247.           Caption = 'From user account'
  248.           TabStop = False
  249.           TabOrder = 1
  250.           OnClick = rbLocalSysClick
  251.           DoubleBuffered = False
  252.         end
  253.         object rbLocalSys: TElRadioButton
  254.           Left = 17
  255.           Top = 4
  256.           Width = 174
  257.           Height = 17
  258.           StyleManager = ElStyleManager1
  259.           Checked = True
  260.           Flat = True
  261.           Caption = 'From LOCAL_SYSTEM account'
  262.           TabOrder = 0
  263.           OnClick = rbLocalSysClick
  264.           DoubleBuffered = False
  265.         end
  266.       end
  267.     end
  268.     object pgUI: TElTabSheet
  269.       PageControl = PC
  270.       Caption = 'Interface'
  271.       Visible = False
  272.       object lbLang: TLabel
  273.         Left = 16
  274.         Top = 20
  275.         Width = 48
  276.         Height = 13
  277.         Caption = 'Language'
  278.       end
  279.       object chDontTask: TElCheckBox
  280.         Left = 16
  281.         Top = 49
  282.         Width = 193
  283.         Height = 17
  284.         StyleManager = ElStyleManager1
  285.         Flat = True
  286.         Caption = 'Do not show xStarter icon in taskbar'
  287.         TabOrder = 1
  288.       end
  289.       object cbLang: TElComboBox
  290.         Left = 132
  291.         Top = 16
  292.         Width = 245
  293.         Height = 21
  294.         Cursor = crIBeam
  295.         StyleManager = ElStyleManager1
  296.         Style = csDropDownList
  297.         ItemHeight = 13
  298.         OnChange = cbLangChange
  299.         Flat = True
  300.         LineBorderActiveColor = clBlack
  301.         LineBorderInactiveColor = clBlack
  302.         TabOrder = 0
  303.         ParentColor = False
  304.       end
  305.       object chOnlyTrayUsers: TElCheckBox
  306.         Left = 16
  307.         Top = 77
  308.         Width = 290
  309.         Height = 17
  310.         StyleManager = ElStyleManager1
  311.         Flat = True
  312.         Caption = 'Load and show xStarter icon in the tray only for this users'
  313.         TabOrder = 2
  314.         OnClick = chOnlyTrayUsersClick
  315.       end
  316.       object vstTrayUsers: TVirtualStringTree
  317.         Left = 32
  318.         Top = 101
  319.         Width = 169
  320.         Height = 116
  321.         BiDiMode = bdLeftToRight
  322.         BevelInner = bvNone
  323.         BevelKind = bkTile
  324.         BorderStyle = bsNone
  325.         Ctl3D = True
  326.         DragOperations = [doMove]
  327.         DragType = dtVCL
  328.         DrawSelectionMode = smBlendedRectangle
  329.         Header.AutoSizeIndex = 0
  330.         Header.Font.Charset = DEFAULT_CHARSET
  331.         Header.Font.Color = clWindowText
  332.         Header.Font.Height = -11
  333.         Header.Font.Name = 'MS Sans Serif'
  334.         Header.Font.Style = []
  335.         Header.Options = [hoAutoResize, hoShowHint, hoVisible]
  336.         Header.Style = hsFlatButtons
  337.         HintMode = hmTooltip
  338.         ParentBiDiMode = False
  339.         ParentCtl3D = False
  340.         ParentShowHint = False
  341.         ShowHint = False
  342.         TabOrder = 3
  343.         TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  344.         TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  345.         TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware]
  346.         TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
  347.         TreeOptions.StringOptions = [toSaveCaptions]
  348.         OnDblClick = vstTrayUsersDblClick
  349.         OnGetText = vstTrayUsersGetText
  350.         Columns = <
  351.           item
  352.             Position = 0
  353.             Width = 167
  354.             WideText = 'Users'
  355.           end>
  356.       end
  357.       object Panel6: TPanel
  358.         Left = 203
  359.         Top = 100
  360.         Width = 35
  361.         Height = 117
  362.         BevelOuter = bvNone
  363.         TabOrder = 4
  364.         object TBDock4: TSpTBXDock
  365.           Left = 0
  366.           Top = 0
  367.           Width = 27
  368.           Height = 117
  369.           Position = dpLeft
  370.           object ToolbarTrayUsers: TSpTBXToolbar
  371.             Left = 0
  372.             Top = 0
  373.             Caption = 'ToolbarRole'
  374.             Images = TrayForm.ilMain
  375.             ParentShowHint = False
  376.             ShowHint = True
  377.             TabOrder = 0
  378.             object tiAddTrayUser: TSpTBXItem
  379.               Caption = 'Add User'
  380.               Hint = 'Add User'
  381.               ImageIndex = 0
  382.               OnClick = tiAddTrayUserClick
  383.             end
  384.             object tiEditTrayUser: TSpTBXItem
  385.               Caption = 'Edit User'
  386.               Hint = 'Edit User'
  387.               ImageIndex = 18
  388.               OnClick = tiEditTrayUserClick
  389.             end
  390.             object tiDeleteTrayUser: TSpTBXItem
  391.               Caption = 'Delete User'
  392.               Hint = 'Delete User'
  393.               ImageIndex = 6
  394.               OnClick = tiDeleteTrayUserClick
  395.             end
  396.           end
  397.         end
  398.       end
  399.     end
  400.     object pgScheduler: TElTabSheet
  401.       PageControl = PC
  402.       Caption = 'Scheduler'
  403.       Visible = False
  404.       object lbDontRunDates: TLabel
  405.         Left = 16
  406.         Top = 20
  407.         Width = 309
  408.         Height = 13
  409.         Caption = 
  410.           'Don'#39't run tasks by scheduler in this days (holidays, vacations, ' +
  411.           'etc)'
  412.       end
  413.       object Panel7: TPanel
  414.         Left = 203
  415.         Top = 44
  416.         Width = 35
  417.         Height = 117
  418.         BevelOuter = bvNone
  419.         TabOrder = 0
  420.         object TBDock5: TSpTBXDock
  421.           Left = 0
  422.           Top = 0
  423.           Width = 27
  424.           Height = 117
  425.           Position = dpLeft
  426.           object TBToolbar1: TSpTBXToolbar
  427.             Left = 0
  428.             Top = 0
  429.             Caption = 'ToolbarRole'
  430.             Images = TrayForm.ilMain
  431.             ParentShowHint = False
  432.             ShowHint = True
  433.             TabOrder = 0
  434.             object tiAddDate: TSpTBXItem
  435.               Caption = 'Add'
  436.               Hint = 'Add'
  437.               ImageIndex = 0
  438.               OnClick = tiAddDateClick
  439.             end
  440.             object tiEditDate: TSpTBXItem
  441.               Caption = 'Edit'
  442.               Hint = 'Edit'
  443.               ImageIndex = 18
  444.               OnClick = tiEditDateClick
  445.             end
  446.             object tiDeleteDate: TSpTBXItem
  447.               Caption = 'Delete'
  448.               Hint = 'Delete'
  449.               ImageIndex = 6
  450.               OnClick = tiDeleteDateClick
  451.             end
  452.           end
  453.         end
  454.       end
  455.       object vstDate: TVirtualStringTree
  456.         Left = 32
  457.         Top = 45
  458.         Width = 169
  459.         Height = 116
  460.         BiDiMode = bdLeftToRight
  461.         BevelInner = bvNone
  462.         BevelKind = bkTile
  463.         BorderStyle = bsNone
  464.         Ctl3D = True
  465.         DragOperations = [doMove]
  466.         DragType = dtVCL
  467.         DrawSelectionMode = smBlendedRectangle
  468.         Header.AutoSizeIndex = 0
  469.         Header.Font.Charset = DEFAULT_CHARSET
  470.         Header.Font.Color = clWindowText
  471.         Header.Font.Height = -11
  472.         Header.Font.Name = 'MS Sans Serif'
  473.         Header.Font.Style = []
  474.         Header.Options = [hoAutoResize, hoShowHint, hoVisible]
  475.         Header.Style = hsFlatButtons
  476.         HintMode = hmTooltip
  477.         ParentBiDiMode = False
  478.         ParentCtl3D = False
  479.         ParentShowHint = False
  480.         ShowHint = False
  481.         TabOrder = 1
  482.         TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  483.         TreeOptions.MiscOptions = [toEditable, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  484.         TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware]
  485.         TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
  486.         TreeOptions.StringOptions = [toSaveCaptions]
  487.         OnCreateEditor = vstDateCreateEditor
  488.         OnDblClick = vstDateDblClick
  489.         OnEditing = vstDateEditing
  490.         OnGetText = vstDateGetText
  491.         OnKeyDown = vstDateKeyDown
  492.         Columns = <
  493.           item
  494.             Position = 0
  495.             Width = 167
  496.             WideText = 'Date'
  497.           end>
  498.       end
  499.       object chAutoUpdate: TElCheckBox
  500.         Left = 16
  501.         Top = 180
  502.         Width = 264
  503.         Height = 17
  504.         StyleManager = ElStyleManager1
  505.         Flat = True
  506.         Caption = 'Automatically check for newer versions every week'
  507.         TabOrder = 2
  508.       end
  509.       object btCheckNow: TElPopupButton
  510.         Left = 32
  511.         Top = 208
  512.         Width = 121
  513.         Height = 25
  514.         DrawDefaultFrame = False
  515.         Caption = 'Check now'
  516.         TabOrder = 3
  517.         OnClick = btCheckNowClick
  518.       end
  519.     end
  520.     object pgRC: TElTabSheet
  521.       PageControl = PC
  522.       Caption = 'Web Pilot'
  523.       Visible = False
  524.       ExplicitLeft = 0
  525.       ExplicitTop = 0
  526.       ExplicitWidth = 0
  527.       ExplicitHeight = 0
  528.       DesignSize = (
  529.         438
  530.         277)
  531.       object lbPort: TLabel
  532.         Left = 16
  533.         Top = 20
  534.         Width = 58
  535.         Height = 13
  536.         Caption = 'Listener port'
  537.       end
  538.       object edPort: TElEdit
  539.         Left = 156
  540.         Top = 16
  541.         Width = 117
  542.         Height = 21
  543.         StyleManager = ElStyleManager1
  544.         Text = '8089'
  545.         Flat = True
  546.         LineBorderActiveColor = clBlack
  547.         LineBorderInactiveColor = clBlack
  548.         TabOrder = 0
  549.       end
  550.       object chUseSSL: TElCheckBox
  551.         Left = 16
  552.         Top = 57
  553.         Width = 176
  554.         Height = 17
  555.         StyleManager = ElStyleManager1
  556.         Flat = True
  557.         Caption = 'Use SSL for secure data transfer'
  558.         TabOrder = 2
  559.       end
  560.       object pcRC: TElPageControl
  561.         Left = 8
  562.         Top = 80
  563.         Width = 422
  564.         Height = 188
  565.         Style = etsNetTabs
  566.         TabIndex = 0
  567.         HotTrackFont.Charset = DEFAULT_CHARSET
  568.         HotTrackFont.Color = clBlue
  569.         HotTrackFont.Height = -11
  570.         HotTrackFont.Name = 'MS Sans Serif'
  571.         HotTrackFont.Style = []
  572.         ActivePage = pgUsers
  573.         ActiveTabFont.Charset = DEFAULT_CHARSET
  574.         ActiveTabFont.Color = clWindowText
  575.         ActiveTabFont.Height = -11
  576.         ActiveTabFont.Name = 'MS Sans Serif'
  577.         ActiveTabFont.Style = []
  578.         DefaultPage = pgUsers
  579.         ParentColor = False
  580.         TabOrder = 3
  581.         UseXPThemes = False
  582.         Anchors = [akLeft, akTop, akRight, akBottom]
  583.         DockOrientation = doNoOrient
  584.         object pgUsers: TElTabSheet
  585.           PageControl = pcRC
  586.           Caption = 'Roles/Users'
  587.           object chAllowRoles: TElCheckBox
  588.             Left = 8
  589.             Top = 8
  590.             Width = 195
  591.             Height = 17
  592.             StyleManager = ElStyleManager1
  593.             State = cbChecked
  594.             Checked = True
  595.             Flat = True
  596.             Caption = 'Allow access only for this roles/users'
  597.             TabOrder = 0
  598.             OnClick = chAllowRolesClick
  599.           end
  600.           object Panel2: TPanel
  601.             Left = 179
  602.             Top = 28
  603.             Width = 35
  604.             Height = 117
  605.             BevelOuter = bvNone
  606.             TabOrder = 1
  607.             object TBDock1: TSpTBXDock
  608.               Left = 0
  609.               Top = 0
  610.               Width = 27
  611.               Height = 117
  612.               Position = dpLeft
  613.               object ToolbarRole: TSpTBXToolbar
  614.                 Left = 0
  615.                 Top = 0
  616.                 Caption = 'ToolbarRole'
  617.                 DockMode = dmCannotFloatOrChangeDocks
  618.                 Images = TrayForm.ilMain
  619.                 ParentShowHint = False
  620.                 ShowHint = True
  621.                 TabOrder = 0
  622.                 object tiAddRole: TSpTBXItem
  623.                   Caption = 'Add Role'
  624.                   Hint = 'Add Role'
  625.                   ImageIndex = 0
  626.                 end
  627.                 object tiEditRole: TSpTBXItem
  628.                   Caption = 'Edit Role'
  629.                   Hint = 'Edit Role'
  630.                   ImageIndex = 18
  631.                 end
  632.                 object tiDeleteRole: TSpTBXItem
  633.                   Caption = 'Delete Role'
  634.                   Hint = 'Delete Role'
  635.                   ImageIndex = 6
  636.                 end
  637.               end
  638.             end
  639.           end
  640.           object Panel4: TPanel
  641.             Left = 379
  642.             Top = 28
  643.             Width = 35
  644.             Height = 117
  645.             BevelOuter = bvNone
  646.             TabOrder = 2
  647.             object TBDock3: TSpTBXDock
  648.               Left = 0
  649.               Top = 0
  650.               Width = 27
  651.               Height = 117
  652.               Position = dpLeft
  653.               object ToolbarUser: TSpTBXToolbar
  654.                 Left = 0
  655.                 Top = 0
  656.                 Caption = 'ToolbarRole'
  657.                 DockMode = dmCannotFloatOrChangeDocks
  658.                 Images = TrayForm.ilMain
  659.                 ParentShowHint = False
  660.                 ShowHint = True
  661.                 TabOrder = 0
  662.                 object tiAddUser: TSpTBXItem
  663.                   Caption = 'Add User'
  664.                   Hint = 'Add User'
  665.                   ImageIndex = 0
  666.                   OnClick = tiAddUserClick
  667.                 end
  668.                 object tiEditUser: TSpTBXItem
  669.                   Caption = 'Edit User'
  670.                   Hint = 'Edit User'
  671.                   ImageIndex = 18
  672.                   OnClick = tiEditUserClick
  673.                 end
  674.                 object tiDeleteUser: TSpTBXItem
  675.                   Caption = 'Delete User'
  676.                   Hint = 'Delete User'
  677.                   ImageIndex = 6
  678.                 end
  679.               end
  680.             end
  681.           end
  682.           object vstRoles: TVirtualStringTree
  683.             Left = 8
  684.             Top = 29
  685.             Width = 169
  686.             Height = 116
  687.             BiDiMode = bdLeftToRight
  688.             BevelInner = bvNone
  689.             BevelKind = bkTile
  690.             BorderStyle = bsNone
  691.             Ctl3D = True
  692.             DragOperations = [doMove]
  693.             DragType = dtVCL
  694.             DrawSelectionMode = smBlendedRectangle
  695.             Header.AutoSizeIndex = 0
  696.             Header.Font.Charset = DEFAULT_CHARSET
  697.             Header.Font.Color = clWindowText
  698.             Header.Font.Height = -11
  699.             Header.Font.Name = 'MS Sans Serif'
  700.             Header.Font.Style = []
  701.             Header.Options = [hoAutoResize, hoShowHint, hoVisible]
  702.             Header.Style = hsFlatButtons
  703.             HintMode = hmTooltip
  704.             ParentBiDiMode = False
  705.             ParentCtl3D = False
  706.             ParentShowHint = False
  707.             ShowHint = False
  708.             TabOrder = 3
  709.             TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  710.             TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  711.             TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware]
  712.             TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
  713.             TreeOptions.StringOptions = [toSaveCaptions]
  714.             Columns = <
  715.               item
  716.                 Position = 0
  717.                 Width = 167
  718.                 WideText = 'Roles'
  719.               end>
  720.           end
  721.           object vstUsers: TVirtualStringTree
  722.             Left = 208
  723.             Top = 29
  724.             Width = 169
  725.             Height = 116
  726.             BiDiMode = bdLeftToRight
  727.             BevelInner = bvNone
  728.             BevelKind = bkTile
  729.             BorderStyle = bsNone
  730.             Ctl3D = True
  731.             DragOperations = [doMove]
  732.             DragType = dtVCL
  733.             DrawSelectionMode = smBlendedRectangle
  734.             Header.AutoSizeIndex = 0
  735.             Header.Font.Charset = DEFAULT_CHARSET
  736.             Header.Font.Color = clWindowText
  737.             Header.Font.Height = -11
  738.             Header.Font.Name = 'MS Sans Serif'
  739.             Header.Font.Style = []
  740.             Header.Options = [hoAutoResize, hoShowHint, hoVisible]
  741.             Header.Style = hsFlatButtons
  742.             HintMode = hmTooltip
  743.             ParentBiDiMode = False
  744.             ParentCtl3D = False
  745.             ParentShowHint = False
  746.             ShowHint = False
  747.             TabOrder = 4
  748.             TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  749.             TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  750.             TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware]
  751.             TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
  752.             TreeOptions.StringOptions = [toSaveCaptions]
  753.             Columns = <
  754.               item
  755.                 Position = 0
  756.                 Width = 167
  757.                 WideText = 'Users'
  758.               end>
  759.           end
  760.         end
  761.         object pgIPs: TElTabSheet
  762.           PageControl = pcRC
  763.           Caption = 'IP list'
  764.           Visible = False
  765.           object chAllowIPs: TElCheckBox
  766.             Left = 8
  767.             Top = 8
  768.             Width = 238
  769.             Height = 17
  770.             StyleManager = ElStyleManager1
  771.             Flat = True
  772.             Caption = 'Allow access only from specified IP addresses'
  773.             TabOrder = 0
  774.             OnClick = chAllowIPsClick
  775.           end
  776.           object Panel3: TPanel
  777.             Left = 179
  778.             Top = 28
  779.             Width = 35
  780.             Height = 117
  781.             BevelOuter = bvNone
  782.             TabOrder = 1
  783.             object TBDock2: TSpTBXDock
  784.               Left = 0
  785.               Top = 0
  786.               Width = 27
  787.               Height = 117
  788.               Position = dpLeft
  789.               object ToolbarIP: TSpTBXToolbar
  790.                 Left = 0
  791.                 Top = 0
  792.                 Caption = 'TBToolbar1'
  793.                 DockMode = dmCannotFloatOrChangeDocks
  794.                 Images = TrayForm.ilMain
  795.                 ParentShowHint = False
  796.                 ShowHint = True
  797.                 TabOrder = 0
  798.                 object tiAddIP: TSpTBXItem
  799.                   Caption = 'Add IP'
  800.                   Hint = 'Add Role'
  801.                   ImageIndex = 0
  802.                   OnClick = tiAddIPClick
  803.                 end
  804.                 object tiEditIP: TSpTBXItem
  805.                   Caption = 'Edit IP'
  806.                   Hint = 'Edit IP'
  807.                   ImageIndex = 18
  808.                 end
  809.                 object tiDeleteIP: TSpTBXItem
  810.                   Caption = 'Delete IP'
  811.                   Hint = 'Delete IP'
  812.                   ImageIndex = 6
  813.                 end
  814.               end
  815.             end
  816.           end
  817.           object vstIPs: TVirtualStringTree
  818.             Left = 8
  819.             Top = 29
  820.             Width = 169
  821.             Height = 116
  822.             BiDiMode = bdLeftToRight
  823.             BevelInner = bvNone
  824.             BevelKind = bkTile
  825.             BorderStyle = bsNone
  826.             Ctl3D = True
  827.             DragOperations = [doMove]
  828.             DragType = dtVCL
  829.             DrawSelectionMode = smBlendedRectangle
  830.             Header.AutoSizeIndex = 0
  831.             Header.Font.Charset = DEFAULT_CHARSET
  832.             Header.Font.Color = clWindowText
  833.             Header.Font.Height = -11
  834.             Header.Font.Name = 'MS Sans Serif'
  835.             Header.Font.Style = []
  836.             Header.Options = [hoAutoResize, hoShowHint, hoVisible]
  837.             Header.Style = hsFlatButtons
  838.             HintMode = hmTooltip
  839.             ParentBiDiMode = False
  840.             ParentCtl3D = False
  841.             ParentShowHint = False
  842.             ShowHint = False
  843.             TabOrder = 2
  844.             TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  845.             TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  846.             TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware]
  847.             TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
  848.             TreeOptions.StringOptions = [toSaveCaptions]
  849.             Columns = <
  850.               item
  851.                 Position = 0
  852.                 Width = 167
  853.                 WideText = 'IP addresses'
  854.               end>
  855.           end
  856.         end
  857.       end
  858.       object chWPEnabled: TElCheckBox
  859.         Left = 284
  860.         Top = 19
  861.         Width = 61
  862.         Height = 17
  863.         StyleManager = ElStyleManager1
  864.         State = cbChecked
  865.         Checked = True
  866.         Flat = True
  867.         Caption = 'Enabled'
  868.         TabOrder = 1
  869.       end
  870.     end
  871.     object pgLogs: TElTabSheet
  872.       PageControl = PC
  873.       Caption = 'Logs'
  874.       Visible = False
  875.       DesignSize = (
  876.         438
  877.         277)
  878.       object lbStoreDays: TLabel
  879.         Left = 28
  880.         Top = 98
  881.         Width = 84
  882.         Height = 13
  883.         Caption = 'Store logs for last '
  884.       end
  885.       object lbStoreDays1: TLabel
  886.         Left = 348
  887.         Top = 98
  888.         Width = 22
  889.         Height = 13
  890.         Caption = 'days'
  891.       end
  892.       object chFileLog: TElCheckBox
  893.         Left = 16
  894.         Top = 44
  895.         Width = 249
  896.         Height = 17
  897.         StyleManager = ElStyleManager1
  898.         Flat = True
  899.         Caption = 'Write all file system events in the program log file'
  900.         TabOrder = 1
  901.         Anchors = [akLeft, akTop, akRight]
  902.       end
  903.       object chClearLogs: TElCheckBox
  904.         Left = 16
  905.         Top = 70
  906.         Width = 123
  907.         Height = 17
  908.         StyleManager = ElStyleManager1
  909.         Flat = True
  910.         Caption = 'Clear logs periodically'
  911.         TabOrder = 2
  912.         Anchors = [akLeft, akTop, akRight]
  913.       end
  914.       object edStoreDays: TElSpinEdit
  915.         Left = 249
  916.         Top = 95
  917.         Width = 88
  918.         Height = 21
  919.         Cursor = crIBeam
  920.         StyleManager = ElStyleManager1
  921.         Value = 60
  922.         MaxValue = 365
  923.         MinValue = 1
  924.         Flat = True
  925.         LineBorderActiveColor = clBlack
  926.         LineBorderInactiveColor = clBlack
  927.         TabOrder = 3
  928.       end
  929.       object chTaskLogPopup: TElCheckBox
  930.         Left = 16
  931.         Top = 18
  932.         Width = 280
  933.         Height = 17
  934.         Caption = 'Show each task log while execution in popup windows'
  935.         TabOrder = 0
  936.         Anchors = [akLeft, akTop, akRight]
  937.       end
  938.     end
  939.     object pgAdd: TElTabSheet
  940.       PageControl = PC
  941.       Caption = 'Additional'
  942.       Visible = False
  943.       DesignSize = (
  944.         438
  945.         277)
  946.       object lbFolder: TLabel
  947.         Left = 14
  948.         Top = 20
  949.         Width = 70
  950.         Height = 13
  951.         Caption = 'Sections folder'
  952.         FocusControl = edFolder
  953.       end
  954.       object lbPassword: TLabel
  955.         Left = 14
  956.         Top = 52
  957.         Width = 46
  958.         Height = 13
  959.         Caption = 'Password'
  960.         FocusControl = edPasswrod
  961.       end
  962.       object lbConPass: TLabel
  963.         Left = 14
  964.         Top = 78
  965.         Width = 83
  966.         Height = 13
  967.         Caption = 'Confirm password'
  968.         FocusControl = edConfPassword
  969.       end
  970.       object lbHotkey: TElLabel
  971.         Left = 16
  972.         Top = 164
  973.         Width = 148
  974.         Height = 13
  975.         Caption = 'Hotkey to stop macro recording'
  976.         Transparent = False
  977.       end
  978.       object lbCompile: TElLabel
  979.         Left = 16
  980.         Top = 196
  981.         Width = 177
  982.         Height = 13
  983.         Caption = 'While compiling tasks into executable'
  984.         Transparent = False
  985.       end
  986.       object mxFlatSpeedButton1: TElPopupButton
  987.         Left = 391
  988.         Top = 16
  989.         Width = 24
  990.         Height = 24
  991.         DrawDefaultFrame = False
  992.         Glyph.Data = {
  993.           F6000000424DF600000000000000760000002800000010000000100000000100
  994.           04000000000080000000C40E0000C40E00001000000000000000000000000000
  995.           80000080000000808000800000008000800080800000C0C0C000808080000000
  996.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00AAAAAAAAAAAA
  997.           AAAAAAAAAAAAAAAAAAAA00000000000AAAAA003333333330AAAA0B0333333333
  998.           0AAA0FB03333333330AA0BFB03333333330A0FBFB000000000000BFBFBFBFB0A
  999.           AAAA0FBFBFBFBF0AAAAA0BFB0000000AAAAAA000AAAAAAAA444AAAAAAAAAAAAA
  1000.           A44AAAAAAAAA4AAA4A4AAAAAAAAAA444AAAAAAAAAAAAAAAAAAAA}
  1001.         TabOrder = 6
  1002.         OnClick = mxFlatSpeedButton1Click
  1003.         Anchors = [akTop, akRight]
  1004.       end
  1005.       object edFolder: TElEdit
  1006.         Left = 123
  1007.         Top = 17
  1008.         Width = 266
  1009.         Height = 21
  1010.         Hint = 'Name'
  1011.         StyleManager = ElStyleManager1
  1012.         Flat = True
  1013.         LineBorderActiveColor = clBlack
  1014.         LineBorderInactiveColor = clBlack
  1015.         Anchors = [akLeft, akTop, akRight]
  1016.         TabOrder = 0
  1017.       end
  1018.       object edPasswrod: TElEdit
  1019.         Left = 256
  1020.         Top = 49
  1021.         Width = 134
  1022.         Height = 21
  1023.         Hint = 'Name'
  1024.         StyleManager = ElStyleManager1
  1025.         PasswordChar = '*'
  1026.         Flat = True
  1027.         LineBorderActiveColor = clBlack
  1028.         LineBorderInactiveColor = clBlack
  1029.         Anchors = [akLeft, akTop, akRight]
  1030.         TabOrder = 1
  1031.       end
  1032.       object chEditTasks: TElCheckBox
  1033.         Left = 16
  1034.         Top = 108
  1035.         Width = 219
  1036.         Height = 17
  1037.         StyleManager = ElStyleManager1
  1038.         Flat = True
  1039.         Caption = 'Don'#39't allow to edit tasks without password'
  1040.         TabOrder = 3
  1041.       end
  1042.       object chRunTasks: TElCheckBox
  1043.         Left = 16
  1044.         Top = 131
  1045.         Width = 261
  1046.         Height = 17
  1047.         StyleManager = ElStyleManager1
  1048.         Flat = True
  1049.         Caption = 'Don'#39't allow to run tasks manually without password'
  1050.         TabOrder = 4
  1051.       end
  1052.       object edConfPassword: TElEdit
  1053.         Left = 256
  1054.         Top = 75
  1055.         Width = 134
  1056.         Height = 21
  1057.         Hint = 'Name'
  1058.         StyleManager = ElStyleManager1
  1059.         PasswordChar = '*'
  1060.         Flat = True
  1061.         LineBorderActiveColor = clBlack
  1062.         LineBorderInactiveColor = clBlack
  1063.         Anchors = [akLeft, akTop, akRight]
  1064.         TabOrder = 2
  1065.       end
  1066.       object edHotkey: TElHotKey
  1067.         Left = 256
  1068.         Top = 160
  1069.         Width = 132
  1070.         Height = 21
  1071.         Cursor = crIBeam
  1072.         StyleManager = ElStyleManager1
  1073.         HotKey = 0
  1074.         InvalidKeys = []
  1075.         Modifiers = []
  1076.         Flat = True
  1077.         LineBorderActiveColor = clBlack
  1078.         LineBorderInactiveColor = clBlack
  1079.         Ctl3D = True
  1080.         ParentColor = False
  1081.         ParentCtl3D = False
  1082.         TabOrder = 5
  1083.       end
  1084.       object rbCompileNear: TElRadioButton
  1085.         Left = 32
  1086.         Top = 218
  1087.         Width = 287
  1088.         Height = 17
  1089.         Checked = True
  1090.         Caption = 'Copy needed .dll files in the same folder as resulting .exe'
  1091.         TabOrder = 7
  1092.         DoubleBuffered = False
  1093.       end
  1094.       object rbCompileInto: TElRadioButton
  1095.         Left = 32
  1096.         Top = 240
  1097.         Width = 227
  1098.         Height = 17
  1099.         Caption = 'Include needed .dll files in the resulting .exe'
  1100.         TabStop = False
  1101.         TabOrder = 8
  1102.         DoubleBuffered = False
  1103.       end
  1104.     end
  1105.   end
  1106.   object ElFormPersist1: TElFormPersist
  1107.     Storage = TrayForm.ElIniFile1
  1108.     PersistOptions = [epoState, epoPosition]
  1109.     TopMost = False
  1110.     Left = 144
  1111.     Top = 160
  1112.     PropsToStore = {00000000}
  1113.   end
  1114.   object ElStyleManager1: TElStyleManager
  1115.     Left = 344
  1116.     Top = 168
  1117.     Style = {
  1118.       3B4175746F6D61746963616C6C792067656E6572617465642066696C652E2044
  1119.       4F204E4F54204D4F444946592121210D0A0D0A5B2844656661756C74295D0D0A
  1120.       55736558505468656D65733D747275650D0A}
  1121.   end
  1122. end
  1123.